home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / koreanminer.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(keyPress Left).as next >
Text File  |  2007-09-28  |  90b  |  5 lines

  1. on(keyPress "<Left>"){
  2.    _root.miner.gotoAndStop("up");
  3.    gotoAndPlay("up" + up);
  4. }
  5.